You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ccminer reports an error when running,
Operating environment: ubuntu 13.2.0
Software version: Verus2.2, branch of 3.8.3
Run command: sudo ./ccminer -q -a verus -o stratum+tcp://ap.vipor.net:5040/ -u MYRWALLETADDRESS.1 -p x -t 192
, an error will be reported after the value of parameter -t exceeds 150.
Error message: "Fatal glibc error:pthread_mutex_lock.c:94 (__pthread_mutex_lock):assertion failed:mutex->__data.__owner == 0".
Please tell me how to solve it, or you can solve it when you have time. Thank you very much.
ccminer reports an error when running, Operating environment: ubuntu 13.2.0 Software version: Verus2.2, branch of 3.8.3 Run command: sudo ./ccminer -q -a verus -o stratum+tcp://ap.vipor.net:5040/ -u MYRWALLETADDRESS.1 -p x -t 192 , an error will be reported after the value of parameter -t exceeds 150. Error message: "Fatal glibc error:pthread_mutex_lock.c:94 (__pthread_mutex_lock):assertion failed:mutex->__data.__owner == 0". Please tell me how to solve it, or you can solve it when you have time. Thank you very much.
This is not related to my merge request. Please, open new issue. I assume you try to run too many threads. Try with 4 or 12 threads first. Do you see the error in that case? Try to find what is the limit of threads that can be run without that error...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not clear screen at miner startup
details